diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-17 10:50:52 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-17 10:50:52 +0000 |
| commit | 2ef02e27dbe639876fa3b90c30307dda183545ec (patch) | |
| tree | e132ae7f3dd774e1ce767291c2849be4a63ae762 /app/[lng]/partners/(partners)/techsales/rfq-ship/page.tsx | |
| parent | fb276ed3db86fe4fc0c0fcd870fd3d085b034be0 (diff) | |
(최겸) 기술영업 변경사항 적용
Diffstat (limited to 'app/[lng]/partners/(partners)/techsales/rfq-ship/page.tsx')
| -rw-r--r-- | app/[lng]/partners/(partners)/techsales/rfq-ship/page.tsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/[lng]/partners/(partners)/techsales/rfq-ship/page.tsx b/app/[lng]/partners/(partners)/techsales/rfq-ship/page.tsx index ecf2151d..bd3291f4 100644 --- a/app/[lng]/partners/(partners)/techsales/rfq-ship/page.tsx +++ b/app/[lng]/partners/(partners)/techsales/rfq-ship/page.tsx @@ -10,8 +10,8 @@ import { Shell } from "@/components/shell"; import { VendorQuotationsTable } from "@/lib/techsales-rfq/vendor-response/table/vendor-quotations-table"; import { InformationButton } from "@/components/information/information-button" export const metadata: Metadata = { - title: "기술영업 견적서 관리", - description: "기술영업 RFQ 견적서를 관리합니다.", + title: "기술영업 조선 RFQ 관리", + description: "기술영업 조선 RFQ를 관리합니다.", }; export default async function VendorQuotationsPage() { @@ -28,7 +28,7 @@ export default async function VendorQuotationsPage() { <div className="text-center"> <h2 className="text-2xl font-bold tracking-tight">로그인이 필요합니다</h2> <p className="text-muted-foreground"> - 견적서를 확인하려면 로그인해주세요. + RFQ를 확인하려면 로그인해주세요. </p> </div> <Button asChild> @@ -67,12 +67,12 @@ export default async function VendorQuotationsPage() { <div className="flex-shrink-0 flex flex-col gap-4 md:flex-row md:items-center md:justify-between"> <div> <div className="flex items-center gap-2"> - <h1 className="text-3xl font-bold tracking-tight">기술영업 조선 견적서</h1> + <h1 className="text-2xl font-bold tracking-tight">기술영업 조선 RFQ</h1> <InformationButton pagePath="partners/techsales/rfq-ship" /> </div> - {/* <p className="text-muted-foreground"> + <p className="text-muted-foreground"> 할당받은 조선 RFQ에 대한 견적서를 작성하고 관리합니다. - </p> */} + </p> </div> </div> |
